home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gOpenGates, gPassword, gThanxshowing
- put the text of field "EnterPassword" into field "Password"
- if the text of field "Password" = gPassword then
- set gOpenGates to 1
- set the text of field "EnterPassword" to " "
- puppetTransition(6, 1, 1)
- updateStage()
- set the text of field "EnterPassword" to "Checking..."
- puppetTransition(5, 1, 1)
- updateStage()
- saveMovie()
- initPush(3, 4, 0)
- go(#next)
- else
- alert("Please enter the password exactly as it appears in the E-mail message that was sent to you from Laughing Bird Productions.")
- end if
- end
-